home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 7: Sunsite / Linux Cubed Series 7 - Sunsite Vol 1.iso / system / network / chat / ircii-2.8he / ircii-2 / help / basics < prev    next >
Encoding:
Text File  |  1993-05-04  |  1.3 KB  |  31 lines

  1. Irc is a multi-user, multi-channel chatting network.  It allows
  2. people all over the internet to talk to one another in real-time.
  3. Each irc user has a nickname they use.  All communication with
  4. another user is either by nickname or by the channel that they or
  5. you are on.  All IRCII commands begin with a / character.
  6. Anything that does not begin with a / is assumed to be a message
  7. that is sent to everyone on your channel.  Here is a list of
  8. basic commands to help you get started:
  9.  
  10.     /LIST        Lists all current irc channels, number of
  11.             users, and topic.
  12.     /NAMES        Shows the nicknames of all users on each
  13.             channel
  14.     /JOIN <channel>    Join the named channel.  All non-commands
  15.             you type will now go to everyone on that
  16.             channel
  17.     /MSG <nick> <msg>    Sends a private message to the specified
  18.             person.  Only the specified nickname will
  19.             see this message.
  20.     /NICK        Change your nickname
  21.     /QUIT        Exits irc.
  22.     /HELP <topic>    Gets help on all IRCII commands.
  23.     /WHO <channel>    Shows who is on a given channel,
  24.             including nickname, user name and host,
  25.             and realname.
  26.     /WHOIS <nick>    Shows the "true" indentity of someone
  27.  
  28. These commands should get you started on irc.  Use the /HELP
  29. command to find out more about things on irc, or ask question of
  30. people... most would be happy to help you out.
  31.